Welcome![Sign In][Sign Up]
Location:
Search - Linux c

Search list

[Linux-Unix实战linux socket编程--示例源码

Description: 实战linux socket编程--示例源码-real linux socket programming-- examples of FOSS
Platform: | Size: 68608 | Author: 夏社 | Hits:

[OS DevelopLinux内存管理模拟器

Description: Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,则请求分配一个内存页,如果没有空闲内存,则使用页面置换算法换出一个内存页到交换设备上。如果页表项表明内存页在交换设备上,则先请求一个物理内存页,然后从交换设备上读入内存内容,释放交换设备上的磁盘块。-use Linux c language memory management simulator assumptions computers to the physical memory size 4 MB, each memory page size to 4k. Pagination mechanism, the use of two-page questionnaire, the first level of Contents page, a total of 1,024. each page directory entry point to a page table, each page table at an actual item of the physical pages, each page table pages of a total of 1,024 items table. Assuming page catalog and page table off memory space. There is also a system to exchange equipment, a sub-block management mechanism, each 4K block size, a total of 1,024. A series of memory access instructions, the system memory access instructions under the virtual memory address access memory. If the page directory entry is empty, one-page questionnaire distribution, and related value depo
Platform: | Size: 4096 | Author: 罗鹏魁 | Hits:

[Linux-UnixLinux内核编程(简装本)

Description: 中文Linux内核编程 一本学 Linux 的好书-Chinese Linux kernel programming, a school of Linux books!
Platform: | Size: 49152 | Author: 源码 | Hits:

[OS programRedHat Linux安装及使用指南

Description: RedHat Linux安装及使用指南 不用多说,好书,快下-RedHat Linux installation and use of the guidelines Needless to say, books under fast! !
Platform: | Size: 848896 | Author: 源码 | Hits:

[Bookslinux核心手册-中文

Description: linux核心手册-中文.chm讲解linux系统的操作过程。好东西,快下吧。-manual-Chinese. Chm on the Linux operating system process. Good things, are you faster. Oh
Platform: | Size: 552960 | Author: 梁清华 | Hits:

[Linux-Unixlinux_c_function

Description: Unix/Linux 下 c 编程时涉及到的函数详细说明文档-Unix/Linux c programming at the function involves detailed documentation
Platform: | Size: 51200 | Author: 许敬祥 | Hits:

[OpenGL programNibbles

Description: OpenGL 写的贪吃蛇小游戏 在Linux 下运行。编程语言 C++.-OpenGL write Snake small games to run on Linux. C programming language.
Platform: | Size: 4096 | Author: yang | Hits:

[BooksLinux基础教程和使用技巧

Description: Linux 的基础入门和提高,其中还包括了Linux的高级使用技巧-Linux and improving fundamentals, which include a Linux High Skills
Platform: | Size: 4942848 | Author: 谢家君 | Hits:

[Internet-Networklinux-socket-func

Description: linux下socket的相关函数以及互相之间调用的关系,及有详细的服务器和client的例子说明如何调用!-socket under the cross-correlation function of the relationship between the call and a detailed server and client examples to illustrate how the call!
Platform: | Size: 6144 | Author: 222 | Hits:

[Linux-Unixlinux-socket

Description: linux下网络编程,客户端和服务器端通信程序-Network programming, client and server communications procedures
Platform: | Size: 2048 | Author: 邱天 | Hits:

[Linux-UnixLinuxCDev

Description: 清华大学出版社<linux c编程>的配套代码,详细讲述了linux c编程的方式,以及进程通讯,socket编程-Qinghua University Press
Platform: | Size: 50176 | Author: 于朋 | Hits:

[Linux-UnixLinuxxiaC

Description: Linux C编程例子-Linux C programming examples
Platform: | Size: 50176 | Author: 柠檬 | Hits:

[Linux-Unixrmote

Description: 串口采集数据,然后由网口发送出去,linux c编程-serial data acquisition, and then I sent by the network out, linux c Programming
Platform: | Size: 2048 | Author: 白涛 | Hits:

[OtherComplete_Linux_Command_Reference

Description: 比较全的LINUX下C命令手册,非常实用。适合linux程序员-LINUX C manual orders, very practical. Linux programmers fit
Platform: | Size: 8641536 | Author: liu | Hits:

[OtherLinuxCreference

Description: LinuxC函数参考,学习Linux C编程的好东西-LinuxC function reference, learning Linux C Programming good things
Platform: | Size: 5092352 | Author: WWQ | Hits:

[Otherlinux_C-function

Description: 这里面包含了C和linux下C语言的函数文档,是两个非常好的帮助文档,他们可以在你进行window-c和linux-c编程时,能够很方便的查找相关函数,就想vc中的msdn和java script帮助文档一样.-that it contains the C and C language under linux function documentation is two very good help files, They can you window-c and linux-c programming, very easy to find the correlation function, wanted vc VARIANT of java script and help document the same.
Platform: | Size: 446464 | Author: zhangzhen | Hits:

[Linux-Unixlinux-ftpd-0.17.tar

Description: linux-ftpd-0.17.tar.gz linux 嵌入式 tftpd-Linux-ftpd- 0.17.tar.gz Embedded linux tftpd
Platform: | Size: 47104 | Author: | Hits:

[Software Engineeringlinuxprogramforprogramer

Description: linux下的c语言编程,适合初学者,包括make文件的编写方法,网络通讯等-under linux c programming language, suitable for beginners, including the preparation of documents make, network communications, etc.
Platform: | Size: 69632 | Author: 王培竹 | Hits:

[source in ebookLinuxC_program_Code

Description: Linux下C语言编程例子,每一章节的例子,可以直接使用供大家参考。-Linux C language programming examples, each section of the examples can be directly used for reference.
Platform: | Size: 50176 | Author: liulihua | Hits:

[Otherlinux_programme

Description: 介绍 Linux 上 C 语言编程的基本工具 以及一些新手必须掌握的技巧-on Linux C programming language as a basic tool and some newcomers need to master skills
Platform: | Size: 156672 | Author: 蒋夏林 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net